Skip to content

Add given cells option and generate seed for random without using time value#15

Open
adegrenand wants to merge 1 commit intostephenostermiller:mainfrom
adegrenand:master
Open

Add given cells option and generate seed for random without using time value#15
adegrenand wants to merge 1 commit intostephenostermiller:mainfrom
adegrenand:master

Conversation

@adegrenand
Copy link

No description provided.

b=b-c; b=b-a; b=b^(a << 10);
c=c-a; c=c-b; c=c^(b >> 15);
return c;
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This function does not appear to be licensed in a way that is compatible with the GPLv2. This patch cannot be accepted with this function included.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"You may use this code any way you wish, private, educational, or commercial. It's free." - this code is public domain and compatible with GPLv2. Not sure you need that complex seed generator though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants